{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-runtime-management",
      "artifactVersion": "8.10",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.connect.standalone",
          "org.nuxeo.launcher.commons",
          "org.nuxeo.osgi",
          "org.nuxeo.runtime",
          "org.nuxeo.runtime.datasource",
          "org.nuxeo.runtime.jtajca",
          "org.nuxeo.runtime.management",
          "org.nuxeo.runtime.metrics",
          "org.nuxeo.runtime.nuxeo-runtime-deploy",
          "org.nuxeo.runtime.reload"
        ],
        "hierarchyPath": "/grp:org.nuxeo.runtime",
        "id": "grp:org.nuxeo.runtime",
        "name": "org.nuxeo.runtime",
        "parentIds": [],
        "readmes": [],
        "version": "8.10"
      },
      "bundleId": "org.nuxeo.runtime.management",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.management.ResourcePublisherService",
          "documentation": "\n    \tManagement resource publishers, resources can be nuxeo services or factories.\n  \t\n",
          "documentationHtml": "<p>\nManagement resource publishers, resources can be nuxeo services or factories.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.management.ResourcePublisher",
              "descriptors": [
                "org.nuxeo.runtime.management.ServiceDescriptor"
              ],
              "documentation": "<p>Publish a nuxeo service as a management resource.</p>\n<p>Here is the parameters description : \n        the <emph>name</emph> is used as a shortcut name, \n        the <emph>ifaceClass</emph> is used to locate the service,\n        the <emph>class</emph> is instrumented for publishing management information.</p>\n<p>The following line figures out how we have published the runtime management service itself.\n        <br/>&lt;service name=\"managementResourcePublisher\" class=\"org.nuxeo.runtime.management.ResourcePublisher\" ifaceClass=\"prg.nuxeo.runtime.management.ResourcePublisherService\"&gt;\n        </p>\n",
              "documentationHtml": "<p>\n</p><p>Publish a nuxeo service as a management resource.</p>\n<p>Here is the parameters description :\nthe name is used as a shortcut name,\nthe ifaceClass is used to locate the service,\nthe class is instrumented for publishing management information.</p>\n<p>The following line figures out how we have published the runtime management service itself.\n<br />&lt;service name&#61;&#34;managementResourcePublisher&#34; class&#61;&#34;org.nuxeo.runtime.management.ResourcePublisher&#34; ifaceClass&#61;&#34;prg.nuxeo.runtime.management.ResourcePublisherService&#34;&gt;\n</p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher/ExtensionPoints/org.nuxeo.runtime.management.ResourcePublisher--services",
              "id": "org.nuxeo.runtime.management.ResourcePublisher--services",
              "label": "services (org.nuxeo.runtime.management.ResourcePublisher)",
              "name": "services",
              "version": "8.10"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.management.ResourcePublisher",
              "descriptors": [
                "org.nuxeo.runtime.management.ShortcutDescriptor"
              ],
              "documentation": "<p>Define a shortcuts to a published resource.</p>\n<p>Nuxeo's published resources are published by the service using that shortcut</p>\n<p>The following information have to be provided : the shortcut <emph>name</emph>, the management <emph>qualifiedName</emph> and the mbean server <emph>locator</emph> pattern.</p>\n<p>The following line figures out how using it.<br/>\n        &lt;shortcut name=\"publisher\" qualifiedName=\"org.nuxeo:name=managementResourcePublisher,type=service\" locator=\"org.nuxeo\"/&gt;\n        </p>\n",
              "documentationHtml": "<p>\n</p><p>Define a shortcuts to a published resource.</p>\n<p>Nuxeo&#39;s published resources are published by the service using that shortcut</p>\n<p>The following information have to be provided : the shortcut name, the management qualifiedName and the mbean server locator pattern.</p>\n<p>The following line figures out how using it.<br />\n&lt;shortcut name&#61;&#34;publisher&#34; qualifiedName&#61;&#34;org.nuxeo:name&#61;managementResourcePublisher,type&#61;service&#34; locator&#61;&#34;org.nuxeo&#34;/&gt;\n</p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher/ExtensionPoints/org.nuxeo.runtime.management.ResourcePublisher--shortcuts",
              "id": "org.nuxeo.runtime.management.ResourcePublisher--shortcuts",
              "label": "shortcuts (org.nuxeo.runtime.management.ResourcePublisher)",
              "name": "shortcuts",
              "version": "8.10"
            },
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.management.ResourcePublisher",
              "descriptors": [
                "org.nuxeo.runtime.management.ResourceFactoryDescriptor"
              ],
              "documentation": "<p>Publish a class that will be call backed at initialization time for\n        registering resources.</p>\n<p>The following information have to be provided : the fully qualified factory <emph>class</emph> name.\n    \tThe referenced class should implement <emph>ResourceFactory</emph> class.</p>\n<p>The following line figures out how to publish a factory.<br/>\n    \t&lt;factory class=\"my.FactoryClass\"&gt;\n    \t</p>\n",
              "documentationHtml": "<p>\n</p><p>Publish a class that will be call backed at initialization time for\nregistering resources.</p>\n<p>The following information have to be provided : the fully qualified factory class name.\nThe referenced class should implement ResourceFactory class.</p>\n<p>The following line figures out how to publish a factory.<br />\n&lt;factory class&#61;&#34;my.FactoryClass&#34;&gt;\n</p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher/ExtensionPoints/org.nuxeo.runtime.management.ResourcePublisher--factories",
              "id": "org.nuxeo.runtime.management.ResourcePublisher--factories",
              "label": "factories (org.nuxeo.runtime.management.ResourcePublisher)",
              "name": "factories",
              "version": "8.10"
            }
          ],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.runtime.management.ResourcePublisher--services",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher/Contributions/org.nuxeo.runtime.management.ResourcePublisher--services",
              "id": "org.nuxeo.runtime.management.ResourcePublisher--services",
              "targetComponentName": {
                "rawName": "service:org.nuxeo.runtime.management.ResourcePublisher",
                "name": "org.nuxeo.runtime.management.ResourcePublisher",
                "type": "service"
              },
              "version": "8.10",
              "xml": "<extension point=\"services\" target=\"org.nuxeo.runtime.management.ResourcePublisher\">\n    <service class=\"org.nuxeo.runtime.management.ResourcePublisher\" ifaceClass=\"prg.nuxeo.runtime.management.ResourcePublisherService\" name=\"managementResourcePublisher\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher",
          "name": "org.nuxeo.runtime.management.ResourcePublisher",
          "requirements": [],
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.management.ResourcePublisher",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ResourcePublisher/Services/org.nuxeo.runtime.management.ResourcePublisher",
              "id": "org.nuxeo.runtime.management.ResourcePublisher",
              "overriden": false,
              "version": "8.10"
            }
          ],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.management.ResourcePublisher\">\n\n\t<documentation>\n    \tManagement resource publishers, resources can be nuxeo services or factories.\n  \t</documentation>\n\n  <implementation class=\"org.nuxeo.runtime.management.ResourcePublisherService\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.management.ResourcePublisher\" />\n  </service>\n\n  <require>org.nuxeo.runtime.management.ServerLocator</require>\n  \n  <extension-point name=\"services\">\n    <documentation>\n        <p>Publish a nuxeo service as a management resource.</p>\n        <p>Here is the parameters description : \n        the <emph>name</emph> is used as a shortcut name, \n        the <emph>ifaceClass</emph> is used to locate the service,\n        the <emph>class</emph> is instrumented for publishing management information.</p>\n        <p>The following line figures out how we have published the runtime management service itself.\n        <br/>&lt;service name=\"managementResourcePublisher\" class=\"org.nuxeo.runtime.management.ResourcePublisher\" ifaceClass=\"prg.nuxeo.runtime.management.ResourcePublisherService\"&gt;\n        </p>\n    </documentation>\n    <object class=\"org.nuxeo.runtime.management.ServiceDescriptor\" />\n  </extension-point>\n\n  <extension-point name=\"factories\">\n      <documentation>\n        <p>Publish a class that will be call backed at initialization time for\n        registering resources.</p>\n    \t<p>The following information have to be provided : the fully qualified factory <emph>class</emph> name.\n    \tThe referenced class should implement <emph>ResourceFactory</emph> class.</p>\n    \t<p>The following line figures out how to publish a factory.<br/>\n    \t&lt;factory class=\"my.FactoryClass\"&gt;\n    \t</p>\n      </documentation>\n    <object class=\"org.nuxeo.runtime.management.ResourceFactoryDescriptor\" />\n  </extension-point>\n\n  <extension-point name=\"shortcuts\">\n      <documentation>\n        <p>Define a shortcuts to a published resource.</p>\n        <p>Nuxeo's published resources are published by the service using that shortcut</p>\n        <p>The following information have to be provided : the shortcut <emph>name</emph>, the management <emph>qualifiedName</emph> and the mbean server <emph>locator</emph> pattern.</p>\n        <p>The following line figures out how using it.<br/>\n        &lt;shortcut name=\"publisher\" qualifiedName=\"org.nuxeo:name=managementResourcePublisher,type=service\" locator=\"org.nuxeo\"/&gt;\n        </p>\n      </documentation>\n    <object class=\"org.nuxeo.runtime.management.ShortcutDescriptor\" />\n  </extension-point>\n\n  <extension target=\"org.nuxeo.runtime.management.ResourcePublisher\"\n    point=\"services\">\n    <service name=\"managementResourcePublisher\" class=\"org.nuxeo.runtime.management.ResourcePublisher\" ifaceClass=\"prg.nuxeo.runtime.management.ResourcePublisherService\"/>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/management-resource-publisher-service.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.management.metrics.MetricComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.metrics",
          "name": "org.nuxeo.runtime.management.metrics",
          "requirements": [],
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.management.metrics",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.metrics/Services/org.nuxeo.runtime.management.metrics.MetricSerializer",
              "id": "org.nuxeo.runtime.management.metrics.MetricSerializer",
              "overriden": false,
              "version": "8.10"
            },
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.management.metrics",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.metrics/Services/org.nuxeo.runtime.management.metrics.MetricEnabler",
              "id": "org.nuxeo.runtime.management.metrics.MetricEnabler",
              "overriden": false,
              "version": "8.10"
            }
          ],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.management.metrics\">\n\n  <implementation class=\"org.nuxeo.runtime.management.metrics.MetricComponent\" />\n\n  <require>org.nuxeo.runtime.management.ResourcePublisher</require>\n  <require>org.nuxeo.runtime.management.ServerLocator</require>\n  \n  <service>\n    <provide interface=\"org.nuxeo.runtime.management.metrics.MetricEnabler\" />\n    <provide interface=\"org.nuxeo.runtime.management.metrics.MetricSerializer\" />\n  </service>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/runtime-management-metrics-component.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.management.ServerLocatorService",
          "documentation": "<p>Locate or define mbeans server that will be available to the resource publisher.</p>\n",
          "documentationHtml": "<p>\n</p><p>Locate or define mbeans server that will be available to the resource publisher.</p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.runtime.management.ServerLocator",
              "descriptors": [
                "org.nuxeo.runtime.management.ServerLocatorDescriptor"
              ],
              "documentation": "<p>Here is the information that have to be provided : \n      the server <emph>domain</emph> name, \n      is this mbean server the <emph>default</emph> server, \n      is this mbean server already <emph>exist</emph>,\n      the <emph>rmiPort</emph> where this mbean server is registered into.</p>\n<p>The following line figures out the use :<br/>\n      &lt;locator domain=\"org.nuxeo\" default=\"true\" exist=\"false\" rmiPort=\"2100\"/&gt;\n      </p>\n",
              "documentationHtml": "<p>\n</p><p>Here is the information that have to be provided :\nthe server domain name,\nis this mbean server the default server,\nis this mbean server already exist,\nthe rmiPort where this mbean server is registered into.</p>\n<p>The following line figures out the use :<br />\n&lt;locator domain&#61;&#34;org.nuxeo&#34; default&#61;&#34;true&#34; exist&#61;&#34;false&#34; rmiPort&#61;&#34;2100&#34;/&gt;\n</p>",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ServerLocator/ExtensionPoints/org.nuxeo.runtime.management.ServerLocator--locators",
              "id": "org.nuxeo.runtime.management.ServerLocator--locators",
              "label": "locators (org.nuxeo.runtime.management.ServerLocator)",
              "name": "locators",
              "version": "8.10"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ServerLocator",
          "name": "org.nuxeo.runtime.management.ServerLocator",
          "requirements": [],
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.management.ServerLocator",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.ServerLocator/Services/org.nuxeo.runtime.management.ServerLocator",
              "id": "org.nuxeo.runtime.management.ServerLocator",
              "overriden": false,
              "version": "8.10"
            }
          ],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.management.ServerLocator\">\n\n  <implementation class=\"org.nuxeo.runtime.management.ServerLocatorService\" />\n\n  <documentation>\n  <p>Locate or define mbeans server that will be available to the resource publisher.</p>\n  </documentation>\n  \n  <service>\n    <provide interface=\"org.nuxeo.runtime.management.ServerLocator\" />\n  </service>\n\n  <extension-point name=\"locators\">\n  \n    <documentation>\n      <p>Here is the information that have to be provided : \n      the server <emph>domain</emph> name, \n      is this mbean server the <emph>default</emph> server, \n      is this mbean server already <emph>exist</emph>,\n      the <emph>rmiPort</emph> where this mbean server is registered into.</p>\n      <p>The following line figures out the use :<br/>\n      &lt;locator domain=\"org.nuxeo\" default=\"true\" exist=\"false\" rmiPort=\"2100\"/&gt;\n      </p>\n    </documentation>\n    \n    <object class=\"org.nuxeo.runtime.management.ServerLocatorDescriptor\" />\n  </extension-point>\n  \n</component>\n",
          "xmlFileName": "/OSGI-INF/management-server-locator-service.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.runtime.management.counters.CounterManagerImpl",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.counters",
          "name": "org.nuxeo.runtime.management.counters",
          "requirements": [],
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.runtime.management.counters",
              "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management/org.nuxeo.runtime.management.counters/Services/org.nuxeo.runtime.management.counters.CounterManager",
              "id": "org.nuxeo.runtime.management.counters.CounterManager",
              "overriden": false,
              "version": "8.10"
            }
          ],
          "version": "8.10",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.runtime.management.counters\">\n\n  <implementation class=\"org.nuxeo.runtime.management.counters.CounterManagerImpl\" />\n\n  <service>\n    <provide interface=\"org.nuxeo.runtime.management.counters.CounterManager\" />\n  </service>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/runtime-management-counters-component.xml",
          "xmlPureComponent": false
        }
      ],
      "fileName": "nuxeo-runtime-management-8.10.jar",
      "groupId": "org.nuxeo.runtime",
      "hierarchyPath": "/grp:org.nuxeo.runtime/org.nuxeo.runtime.management",
      "id": "org.nuxeo.runtime.management",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: 1.6.0_20 (Sun Microsystems Inc.)\r\nBuilt-By: jenkins\r\nBuild-Jdk: 1.8.0_77\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 5.4.2.qualifier\r\nExport-Package: org.nuxeo.runtime.management,org.nuxeo.runtime.managem\r\n ent.inspector\r\nBundle-ActivationPolicy: lazy\r\nBundle-ClassPath: .\r\nBundle-Category: runtime\r\nBundle-Name: org.nuxeo.runtime.management\r\nBundle-RequiredExecutionEnvironment: JavaSE-1.6\r\nNuxeo-Component: OSGI-INF/management-resource-publisher-service.xml,OS\r\n GI-INF/management-server-locator-service.xml,OSGI-INF/runtime-managem\r\n ent-metrics-component.xml,OSGI-INF/runtime-management-counters-compon\r\n ent.xml\r\nImport-Package: javax.management,javax.management.modelmbean,javax.man\r\n agement.remote,javax.management.remote.rmi,org.apache.commons.lang,or\r\n g.apache.commons.logging,org.nuxeo.common.xmap.annotation,org.nuxeo.r\r\n untime.api,org.nuxeo.runtime.model,org.osgi.framework;version=\"1.4\"\r\nBundle-SymbolicName: org.nuxeo.runtime.management;singleton:=true\r\nEclipse-BuddyPolicy: dependent\r\n\r\n",
      "packages": [],
      "requirements": [],
      "version": "8.10"
    }
  ],
  "creationDate": 1664793159691,
  "key": "Nuxeo Platform LTS 2016-8.10",
  "name": "Nuxeo Platform LTS 2016",
  "operations": [],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1481518800000,
  "version": "8.10"
}